Skip to content

Conversation

@Veykril
Copy link
Member

@Veykril Veykril commented Nov 15, 2023

concat expects only literals, not whole syntax nodes, so we need to expand as such

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 15, 2023
@Veykril
Copy link
Member Author

Veykril commented Nov 15, 2023

@bors r+

@bors
Copy link
Contributor

bors commented Nov 15, 2023

📌 Commit 8994a6d has been approved by Veykril

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Nov 15, 2023

⌛ Testing commit 8994a6d with merge 373c2a3...

bors added a commit that referenced this pull request Nov 15, 2023
Fix builtin line! expansion

Annoyingly rustc is cheating here since they can just create syntax nodes whereas we have to reparse, so our suffix handling is kind of wrong, this should be a `0` with an implied suffix of u32 but we don't have such a thing.
@bors
Copy link
Contributor

bors commented Nov 15, 2023

💔 Test failed - checks-actions

@Veykril
Copy link
Member Author

Veykril commented Nov 15, 2023

@bors r+

@bors
Copy link
Contributor

bors commented Nov 15, 2023

📌 Commit e8c4007 has been approved by Veykril

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Nov 15, 2023

⌛ Testing commit e8c4007 with merge b8b4b22...

@bors
Copy link
Contributor

bors commented Nov 15, 2023

☀️ Test successful - checks-actions
Approved by: Veykril
Pushing b8b4b22 to master...

1 similar comment
@bors
Copy link
Contributor

bors commented Nov 15, 2023

☀️ Test successful - checks-actions
Approved by: Veykril
Pushing b8b4b22 to master...

@bors bors merged commit b8b4b22 into rust-lang:master Nov 15, 2023
@bors
Copy link
Contributor

bors commented Nov 15, 2023

👀 Test was successful, but fast-forwarding failed: 422 Changes must be made through a pull request.

@Veykril Veykril deleted the inner-diag branch November 17, 2023 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants